home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectShow_WinXP / VMR / VMRMix / ReadMe.txt < prev    next >
Encoding:
Text File  |  2001-10-10  |  1.5 KB  |  31 lines

  1. Windows XP DirectShow Sample -- VMRMix
  2. --------------------------------------
  3.  
  4. Description: This application shows capabilities of the new
  5.     video mixing renderer (VMR) that is the default video 
  6.     renderer in Windows XP.  In particular, it demonstrates 
  7.     how to use the VMR in a mixing mode with several sources, 
  8.     how to apply a bitmap image with a color key over the video, 
  9.     and how to take advantage of the IVMRMixerControl interface 
  10.     to manage source and destination rectangles and alpha-level 
  11.     for each media stream.
  12.  
  13. Usage:
  14.     Upon initialization, VMRMix asks the user to specify a 
  15.     media folder that contains at least two valid media files, 
  16.     after which it loads media settings from that folder.  
  17.     The user is asked to specify playback options: 
  18.     number of source files, size of the playback window, and 
  19.     whether to display a static bitmap image.  When the user 
  20.     clicks on the 'Play' button, a new window appears to mix 
  21.     the selected streams.  The demonstration lasts until the 
  22.     longest media file reaches the end.  You can interrupt the 
  23.     demonstration  by closing the playback window.
  24.  
  25. Troubleshooting:
  26.     This application was originally created as a stress test, 
  27.     so it uses more system resources when displaying a maximum 
  28.     number of streams and when using "full-screen" mode.  If 
  29.     video is freezing or slows down, try selecting fewer sources 
  30.     and turn off the "full-screen" option.
  31.